home *** CD-ROM | disk | FTP | other *** search
/ Hobby PC 13 / Hobby PC 13.iso / assets / Asset Library / Dynamic HTML Utilities / Escape Frameset / fxitems.xml < prev    next >
Extensible Markup Language  |  2001-04-09  |  590b  |  14 lines

  1. <?xml version="1.0" standalone="yes"?>
  2.  
  3. <Items>
  4.  
  5. <Item CLASS="TextData" TYPE="TEXT" ID="3">
  6.   <Icon SRC="scripttags.gif"/>
  7.   <Description>Frame killer</Description>
  8.   <SCRIPT LANGUAGE="JSCRIPT"> <![CDATA[
  9.     var redirURL = Application.Prompt("Redirect frames documents to which URL?", "/index.htm","","","Resource Manager");
  10.     Application.FX.HTML("<SCRIPT ID='SQJumpOut'><!-- if (!parent.frames.length) ; else { window.open(location.href, 'noFramesWindow'); location.href = '" + redirURL + "';} // --></SCRIPT>","","HEAD","SQJumpOut");
  11. //    ]]></SCRIPT>
  12.   </Item>
  13. </Items>
  14.